Bentley Raceway and Cable Management CONNECT Edition Help

Apply Saved View

Used to apply the saved view to the selected view or all open views.

You can access this tool from the following:

  • Ribbon: Drawing > View > Saved Views
  • Ribbon: Modeling > View > Saved Views
  • Ribbon: Visualization > View > Saved Views
  • Toolbox: Saved View


When saved views created in editions prior to Bentley Raceway and Cable Management V8i are imported and applied, their view display may not appear correctly.

Key-in: NAMEDVIEW ATTACH [ view_number ] [ view_name ]
Key-in: VIEW [ view_name ] [ ,view_number ] [ switches ]
Key-in: VI= [ view_name ] [ ,view_number ] [ switches ]
SettingDescription
Saved View Lets you select the saved view.
Apply to all open views If on, applies the saved view to all open views.
Window
  • Aspect Ratio — Keeps the saved view proportionate.
  • Size — Keeps the exact size or is a 1:1 ratio.
  • Size and Position — Keeps the exact size and position.
NAMEDVIEW ATTACHOPTS WINDOW < NONE | ASPECTRATIO | SIZE | SIZEANDPOSITION >
Camera Position Places the camera in the exact position and direction.
NAMEDVIEW ATTACHOPTS CAMERAPOSITION < ON | OFF | TOGGLE >
View Attributes Allows you to use the View Attributes of the saved view.
NAMEDVIEW ATTACHOPTS VIEWATTRIBUTES < ON | OFF | TOGGLE >
Clip Volume Allows the clip volume to be used.
NAMEDVIEW ATTACHOPTS CLIPVOLUME < ON | OFF | TOGGLE >
Model Applies the saved view to the model in which it was created.
NAMEDVIEW ATTACHOPTS MODEL < ON | OFF | TOGGLE >
Levels Uses only the levels that are turned on in the saved view and turns off all other levels. Applies the level on/off states only to the selected view window and not to the global display.
NAMEDVIEW ATTACHOPTS LEVELS < ON | OFF | TOGGLE >
Reference Settings Allows you to use the view display and reference display states of the primary and nested references of the master model.
NAMEDVIEW ATTACHOPTS REFSETTINGS < ON | OFF | TOGGLE >
Note: When applying a saved view created using one model in a file to a view in another model, Reference Settings option will not be processed.
If the saved view's name contains a space, it must be enclosed within double quotation marks in the key-in. For example, if the view is named My View, use the key-in VI=“My View”.

If the saved view's name contains a double quotation mark, the double quotation mark must be preceded by a backslash. In the following example, the view name contains a double quotation mark and spaces. If the view is named Scale 1/4" =1', use the key-in VI=“Scale 1/4\" = 1'”.

In the key-in syntax, the following switches are valid. If no switches are specified, the command uses the default options: Camera Position, Levels, and View Attributes.

Switch Description
-p Use current preferences from the Saved Views dialog. Any other switches are ignored.
-c Apply Camera Position
-a Apply View Attributes
-v Apply Clip Volume
-l Apply Levels
-r Apply Reference Settings
-wa Apply Window Aspect Ratio
-ws Apply Window Size
-wp Apply Window Size and Position

Examples:

  • VI=“My View” — Applies My View with the default options; asks you to enter a data point to select the view.
  • VI=“My View”,2 — Applies My View with the default options to view number 2.
  • VI=“My View”,2 –p — Applies My View using the current preferences to view number 2.
  • VI=“My View”,2 –l — Applies only the Levels setting from My View to view number 2.
  • VI=“My View”,2 –cv — Applies the camera position and the clip volume from My View to view number 2.
  • VI=“My View”,2 –cv –wa — Applies the camera position and the clip volume from My View to view number 2, and also matches the view window to the aspect ratio of the saved view.
  • VI=“My View”,2 –cavlr –wp — Applies all of the view settings from My View to view number 2.